Add IOP#280
Conversation
bfdcd43 to
2fd7276
Compare
71ce03e to
4cf96ac
Compare
ddfec69 to
eb1df00
Compare
a200e68 to
ffcfc02
Compare
|
@evgeni For now, I want to keep the same behavior of not supporting remote database yet. Looking at Obsah, I don't think that's possible but I wanted you to check me on that. I need to forbid:
|
d5bfe6f to
1b2bf3f
Compare
That's correct, today we can only forbid "if param P has value Y you can't set params A and B at all" You could add a |
I could... just less clear then when do we do parameter validation at the CLI level and when do we do it at the checks level. |
c38f9bc to
562a335
Compare
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
90db263 to
0bf442e
Compare
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Useful when you install plugins and want their code to work
puppet-iop deploys host-inventory-frontend assets but foremanctl was missing this role. Adds the iop_inventory_frontend role following the same pattern as the advisor and vulnerability frontend roles, and includes it in the iop_core orchestration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The timer was set to OnCalendar=daily with 1h jitter, but puppet-iop runs every 4 hours with a 10-minute boot delay. The daily schedule left vulnerability data stale for too long between syncs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
puppet-iop has a cvemap_downloader class that manages downloading cvemap.xml for the VMAAS reposcan service. Without this, VMAAS cannot fetch CVE data from the REDHAT_CVEMAP_URL it's configured to use. Adds a service, timer, and path watcher unit matching the puppet-iop implementation, along with the download script that supports both online (curl from Red Hat) and offline (manual file) modes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
No description provided.